| Visual Basic (Declaration) | |
|---|---|
Protected ReadOnly Property StreamsLimit As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ServiceStreamer(Of TStreamedData,TServiceState) Dim value As Integer value = instance.StreamsLimit | |
| C# | |
|---|---|
protected int StreamsLimit {get;} | |
Property Value
The number of concurrent streams.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code